summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGravatar Caleb Land <caleb@land.fm>2014-02-28 13:01:23 -0500
committerGravatar Mike Burns <mike@mike-burns.com>2014-03-03 13:51:54 +0100
commit97fb92d1a9dbcd1a6d62e33fa4b549f75335e214 (patch)
tree04d24bbbcec5e9cf72b262daed1b14591fee4efb /bin
parent0d767c39e99685e690a41085b18b2a2690f39e20 (diff)
Quotes around the arguments to diff
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rcup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rcup b/bin/rcup
index 0bf3f35..be2e4c3 100755
--- a/bin/rcup
+++ b/bin/rcup
@@ -45,7 +45,7 @@ is_nested() {
}
is_identical() {
- diff -q -s $1 $2 > /dev/null
+ diff -q -s "$1" "$2" > /dev/null
}
handle_dir() {