summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpearup2
1 files changed, 1 insertions, 1 deletions
diff --git a/pearup b/pearup
index 0925a3e..45f5330 100755
--- a/pearup
+++ b/pearup
@@ -2,7 +2,7 @@
vendor="Remi Collet <remi@fedoraproject.org>"
rpmdate=$(LC_ALL="C" date +"%a %b %d %Y")
-name=$(basename $PWD)$1
+name=$(basename $PWD)
if [ $# -lt 2 ]; then
echo "usage $0 old new"