cccl: Provide '-' before the options instead of double slash.
[sliver-openvswitch.git] / build-aux / cccl
index a00b7f8..c614ecb 100644 (file)
@@ -39,7 +39,7 @@ PATH=`echo $PATH | sed -e "s#/usr/bin:##" | sed -e "s#/bin:##"`:/usr/bin
 
 case $MACHTYPE in
     *-msys)
-        slash="//"
+        slash="-"
         ;;
     *)
         slash="/"
@@ -196,6 +196,6 @@ else
     opts=$linkopt
 fi
 
-#echo "$prog $opts"
+echo "$prog $opts"
 exec $prog $opts
 exit 0