Change var references for consistency.
authorChris Hanson <org/chris-hanson/cph>
Sat, 25 Feb 2012 06:43:18 +0000 (22:43 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sat, 25 Feb 2012 06:43:18 +0000 (22:43 -0800)
src/etc/Stage.sh

index 683384320156a62c680343e2730849313f49f404..2d03c57a396ee8e3a96c9622497a6358b01243a1 100755 (executable)
@@ -42,11 +42,11 @@ make)
     maybe_mv *.bci "${DIRNAME}/."
     ;;
 make-cross)
-    mkdir "$DIRNAME"
-    maybe_mv *.com "$DIRNAME"
-    maybe_mv *.bci "$DIRNAME"
-    maybe_mv *.moc "$DIRNAME"
-    maybe_mv *.fni "$DIRNAME"
+    mkdir "${DIRNAME}"
+    maybe_mv *.com "${DIRNAME}"
+    maybe_mv *.bci "${DIRNAME}"
+    maybe_mv *.moc "${DIRNAME}"
+    maybe_mv *.fni "${DIRNAME}"
     ;;
 unmake)
     if [ -d "${DIRNAME}" ]; then