diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-30 08:40:17 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-30 08:40:17 +0000 |
commit | 422b59fbfe3d218643f2e3038a781f5cf09d398b (patch) | |
tree | f042228b6fc6837944809e03c0c28dbc2d2b68fe | |
parent | Add some documentation about whitespaces in autoepatch. (diff) | |
download | autoepatch-422b59fbfe3d218643f2e3038a781f5cf09d398b.tar.gz autoepatch-422b59fbfe3d218643f2e3038a781f5cf09d398b.tar.bz2 autoepatch-422b59fbfe3d218643f2e3038a781f5cf09d398b.zip |
Remove IFS reset, as the set was removed already.
svn path=/trunk/; revision=30
-rwxr-xr-x | autoepatch.sh | 2 |
1 files changed, 0 insertions, 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 |