Revision: 76941
          http://sourceforge.net/p/brlcad/code/76941
Author:   starseeker
Date:     2020-08-25 13:43:02 +0000 (Tue, 25 Aug 2020)
Log Message:
-----------
Quote pathname

Modified Paths:
--------------
    brlcad/trunk/regress/asc/asc2dsp.sh

Modified: brlcad/trunk/regress/asc/asc2dsp.sh
===================================================================
--- brlcad/trunk/regress/asc/asc2dsp.sh 2020-08-25 13:03:57 UTC (rev 76940)
+++ brlcad/trunk/regress/asc/asc2dsp.sh 2020-08-25 13:43:02 UTC (rev 76941)
@@ -96,7 +96,7 @@
 log "convert dsp data file in asc decimal format to dsp format"
 ASC2="$1/regress/dsp/$BASE2.asc"
 rm -f $BASE2.dsp
-run $A2D $ASC2 $BASE2.dsp
+run $A2D "$ASC2" $BASE2.dsp
 STATUS=$?
 
 # the two dsp files should be identical

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

Reply via email to