summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-30 08:40:17 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-30 08:40:17 +0000
commit422b59fbfe3d218643f2e3038a781f5cf09d398b (patch)
treef042228b6fc6837944809e03c0c28dbc2d2b68fe
parentAdd some documentation about whitespaces in autoepatch. (diff)
downloadautoepatch-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-xautoepatch.sh2
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