summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-09-15 19:10:08 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-09-15 19:10:08 +0000
commit67d6bdcfe0e3b3447243e1e3ba2ac195fda6e349 (patch)
treef7ab71e2b965565b3f913c54397dd7fd05639d42 /scripts
parent0e3276e2ad5bdfc5134066499a94daf2ae3df461 (diff)
downloadparted-67d6bdcfe0e3b3447243e1e3ba2ac195fda6e349.tar.gz
These (upx and statifier) are not called from anywhere.
git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@835 2d424fd7-7fe2-0310-af74-8bc65edeb173
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/release/tarball_upload.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release/tarball_upload.sh b/scripts/release/tarball_upload.sh
index 26f14ac..b78654a 100755
--- a/scripts/release/tarball_upload.sh
+++ b/scripts/release/tarball_upload.sh
@@ -39,7 +39,7 @@ check_for_program()
echo "* checking for programs that might be missing..."
-for p in gpg curl upx statifier; do
+for p in gpg curl; do
echo -en "\t$p: "
check_for_program $p
done