Fixed syntax error
authorAndrew DeFaria <Andrew@DeFaria.com>
Wed, 22 Nov 2017 18:07:51 +0000 (10:07 -0800)
committerAndrew DeFaria <Andrew@DeFaria.com>
Wed, 22 Nov 2017 18:07:51 +0000 (10:07 -0800)
rc/setup_rc

index 1b0037d..0efabec 100755 (executable)
@@ -59,7 +59,7 @@ function CopyFile {
   dest=$1
   source=$2
 
-  if [ -f "$dest" ] then
+  if [ -f "$dest" ]; then
     echo "Saving your old $dest as $dest.save..."
     mv "$dest" "$dest.cave"
   fi