aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/make_css2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/make_css b/bin/make_css
index c48dda4d6..4465f1f9b 100755
--- a/bin/make_css
+++ b/bin/make_css
@@ -13,7 +13,7 @@
DIRECTORY=$(cd `dirname $0`/../web && pwd)
-DIRS=${1:-`find $DIRECTORY -name "*.scss" -exec dirname {} \; | uniq`}
+DIRS=${@:-`find $DIRECTORY -name "*.scss" -exec dirname {} \; | uniq`}
for dir in $DIRS; do
if [ -e "$dir/config.rb" ]; then