]> mj.ucw.cz Git - libucw.git/commitdiff
Expand shell metacharacters (most importantly "~") in destination name.
authorMartin Mares <mj@ucw.cz>
Tue, 16 Jul 2002 22:04:04 +0000 (22:04 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 16 Jul 2002 22:04:04 +0000 (22:04 +0000)
build/installer

index 607c9f74b3140aab80a628f8a6b026fee35a0e2f..02eb25524ba258cce88853c5a35fde7a9680f21b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e
-DEST=$1
+DEST=`eval echo $1`
 echo "Installing to $DEST"
 if [ ! -d $DEST/bin ] ; then
        echo "Creating $DEST and the whole directory hierarchy under it."