]> andersk Git - moira.git/commitdiff
tell linux sh cd/pwd not to be so "helpful"
authorjweiss <jweiss>
Thu, 31 Jul 2008 21:35:01 +0000 (21:35 +0000)
committerjweiss <jweiss>
Thu, 31 Jul 2008 21:35:01 +0000 (21:35 +0000)
gen/hesiod.sh

index 6a483ad1d482d28e6c035bc0d8fb7fe526b68784..fe5e84ce17d6510c83cce4a8ba01425f949179f8 100644 (file)
@@ -44,6 +44,10 @@ fi
 # on the same parition as $DEST_DIR.
 if test ! -d $SRC_DIR
 then
+       # Tell linux cd/pwd not to be so "helpful".
+       # This will generate an ignorable error on older platforms.
+       set -P
+
        cd $DEST_DIR
        mkdir ../_nameserver
        cd ../_nameserver
This page took 0.043513 seconds and 5 git commands to generate.