From 97fb92d1a9dbcd1a6d62e33fa4b549f75335e214 Mon Sep 17 00:00:00 2001 From: Caleb Land Date: Fri, 28 Feb 2014 13:01:23 -0500 Subject: Quotes around the arguments to diff --- bin/rcup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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() { -- cgit v1.2.3