From 40bb6efaa7865e6cebdf8aa00e6bd2a44b928a31 Mon Sep 17 00:00:00 2001 From: Ben Turrubiates Date: Sun, 14 Dec 2014 23:33:24 -0600 Subject: Run hooks on rcdn as indicated by the manpage - Make sure IFS in rcup and rcdn isn't left in an incorrect state when the output of lsrc is empty. - Add tests to check that hooks run on rcdn and rcup by default. --- bin/rcup.in | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/rcup.in') diff --git a/bin/rcup.in b/bin/rcup.in index e5c5cdb..f818258 100755 --- a/bin/rcup.in +++ b/bin/rcup.in @@ -302,4 +302,5 @@ for dest_and_src in $dests_and_srcs; do handle_file "$GENERATE" "$src" "$dest" "$sigil" done +IFS="$saved_ifs" run_hooks post up -- cgit v1.2.3