Skip to content

Commit 427ff16

Browse files
committed
FDS vv: fix typo in Make_FDS_Pictures.sh script ( %CURDIR should be $CURDIR)
1 parent 16d731c commit 427ff16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Verification/scripts/Make_FDS_Pictures.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ cd $SVNROOT/fds/Verification/Miscellaneous
8888
if [ -e obst_single.smv ]; then
8989
cp obst_single.smv obst_multi.smo
9090
fi
91-
cd %CURDIR
91+
cd $CURDIR
9292

9393
if [ "$START_X" == "yes" ]; then
9494
source $SVNROOT/fds/Utilities/Scripts/startXserver.sh 2>/dev/null

0 commit comments

Comments
 (0)