Revision: 76585
http://sourceforge.net/p/brlcad/code/76585
Author: starseeker
Date: 2020-07-29 20:37:39 +0000 (Wed, 29 Jul 2020)
Log Message:
-----------
Quote input paths for odd pathname distcheck
Modified Paths:
--------------
brlcad/trunk/regress/asc/asc.sh
Modified: brlcad/trunk/regress/asc/asc.sh
===================================================================
--- brlcad/trunk/regress/asc/asc.sh 2020-07-29 20:24:54 UTC (rev 76584)
+++ brlcad/trunk/regress/asc/asc.sh 2020-07-29 20:37:39 UTC (rev 76585)
@@ -77,7 +77,7 @@
ASC1="$1/db/moss.asc"
G1="moss_v5.g"
rm -f $G1
-$A2G $ASC1 $G1 2>&1 > $LOGFILE
+$A2G "$ASC1" $G1 2>&1 > $LOGFILE
# Next convert v5 .g file to a v5 asc file
log "convert v5 .g file to v5 asc format"
@@ -91,7 +91,7 @@
GRT="moss_v5_basic.g"
rm -f $GRT
log "$A2G $ASC2 $GRT"
-$A2G $ASC2 $GRT 2>&1 > $LOGFILE
+$A2G "$ASC2" $GRT 2>&1 > $LOGFILE
# the original v5 .g file and the round-tripped v5 .g file
# should be identical (apparently except for the color table)
@@ -178,7 +178,7 @@
#
G2ASC1="$1/regress/asc/v4.g"
log "$G2A $G2ASC1 v4.asc"
-$G2A $G2ASC1 v4.asc 2>&1 > $LOGFILE
+$G2A "$G2ASC1" v4.asc 2>&1 > $LOGFILE
STATUS=$?
# If something went wrong, bail.
if [ $STATUS -gt 0 ] ; then
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits