]> andersk Git - moira.git/commitdiff
chdir doesn't exist for linux, and now my filesystem doesn't either
authorjweiss <jweiss>
Wed, 30 Jul 2008 21:30:13 +0000 (21:30 +0000)
committerjweiss <jweiss>
Wed, 30 Jul 2008 21:30:13 +0000 (21:30 +0000)
gen/hesiod.sh

index 029b2e1f5c5f6e69c9d7a074c2c3aa84b8c1826e..6a483ad1d482d28e6c035bc0d8fb7fe526b68784 100644 (file)
@@ -44,9 +44,9 @@ fi
 # on the same parition as $DEST_DIR.
 if test ! -d $SRC_DIR
 then
-       chdir $DEST_DIR
+       cd $DEST_DIR
        mkdir ../_nameserver
-       chdir ../_nameserver
+       cd ../_nameserver
        if test $SRC_DIR != `pwd`
        then
                ln -s `pwd` $SRC_DIR
This page took 0.052628 seconds and 5 git commands to generate.