]> git.donarmstrong.com Git - bin.git/commitdiff
fix ignore externals
authorDon Armstrong <don@donarmstrong.com>
Tue, 18 Oct 2005 03:40:09 +0000 (03:40 +0000)
committerDon Armstrong <don@donarmstrong.com>
Tue, 18 Oct 2005 03:40:09 +0000 (03:40 +0000)
sa

diff --git a/sa b/sa
index 54530d2de61cf5d858c8e8eea9ea6550722edff0..1dba9221d4a27c5d6c0f53a0f092f62407899fcd 100755 (executable)
--- a/sa
+++ b/sa
@@ -5,7 +5,7 @@
 # attempt to sync all known svn projects
 
 if [ "$1" == "quick" ]; then
-    $IGNORE="--ignore-externals";
+    IGNORE="--ignore-externals";
 fi;
 
 for dir in ~/ ~/.hide ~/projects/propel ~/bin ~/lib; do