]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - archive.sh
Minor cleanup.
[config/dotfiles.git] / archive.sh
index 1cfaf93bbbe03e3490633197429eb2abf0c70366..5f8a0d2954f6875cefef35f1fdacda95a8eed7a7 100755 (executable)
@@ -31,7 +31,7 @@ git_clone() {
 
 # Don't overwrite an existing file/directory.
 if test -e tmp; then
-    echo "tmp/ already exists!"
+    echo 'tmp/ already exists!'
     exit 1
 fi