Upgrades to packages
[hvlinux.git] / stage2 / hv-utilities / tarbz2
index cec3194..e2b50c9 100755 (executable)
@@ -11,7 +11,7 @@ if [ $# -ne 1 ]; then
     exit 1
 fi
 
-DIR=${1}
+DIR=${1%/}
 
 # Checking if directory exists.
 if [ ! -d ${DIR} ]; then