From 039021424aff265d97aa8510af68905cc47f1bc3 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 12 Jan 2010 14:46:46 -0500 Subject: Use full path of rsync to avoid conflict with any aliases --- squashfu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squashfu b/squashfu index 10e0e5c..d8aa821 100755 --- a/squashfu +++ b/squashfu @@ -93,7 +93,7 @@ call_rsync () { # debug ": Includes: ${INCLUDES[@]}" # debug ": Excludes: ${EXCLUDES[@]}" debug "rsync ${RSYNC_OPTS[@]} ${INCLUDES[@]} ${EXCLUDES[@]} "$UNION_MOUNT"" - rsync ${RSYNC_OPTS[@]} ${INCLUDES[@]} ${EXCLUDES[@]} "$UNION_MOUNT" + /usr/bin/rsync ${RSYNC_OPTS[@]} ${INCLUDES[@]} ${EXCLUDES[@]} "$UNION_MOUNT" return $? } -- cgit v1.2.3