summaryrefslogtreecommitdiff
path: root/xibuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'xibuild.sh')
-rw-r--r--xibuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/xibuild.sh b/xibuild.sh
index 5060b1f..7964b10 100644
--- a/xibuild.sh
+++ b/xibuild.sh
@@ -117,7 +117,7 @@ xibuild_fetch () {
[ "$(ls -1 | wc -l)" = "2" ] &&
for file in */* */.*; do
- echo $file | grep -q '\.$' || mv $file .
+ echo "$file" | grep -q '\.$' || mv "$file" .
done;
for url in $ADDITIONAL; do