From 422b59fbfe3d218643f2e3038a781f5cf09d398b Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sat, 30 Dec 2006 08:40:17 +0000 Subject: Remove IFS reset, as the set was removed already. svn path=/trunk/; revision=30 --- autoepatch.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/autoepatch.sh b/autoepatch.sh index 0793a47..455789a 100755 --- a/autoepatch.sh +++ b/autoepatch.sh @@ -93,8 +93,6 @@ main() { 2) return 1;; # The patch failed to apply, already announced. esac done - - IFS="${save_IFS}" } main -- cgit v1.2.3-65-gdbad