summaryrefslogtreecommitdiff
path: root/data/bash/installer.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2009-04-10 22:47:10 +0000
committerJay Freeman <saurik@saurik.com>2009-04-10 22:47:10 +0000
commit261fcc9ff5e672c3cccceccf5c7bd9c5a2c353aa (patch)
treea91d768842e579ed5cc8eadf26d26b5aada18805 /data/bash/installer.diff
parent233274e39119a2e36b4cb27975639f199d3b149b (diff)
Upgraded to bash 4.0: that sucked :(.
git-svn-id: http://svn.telesphoreo.org/trunk@574 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/bash/installer.diff')
-rw-r--r--data/bash/installer.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/data/bash/installer.diff b/data/bash/installer.diff
deleted file mode 100644
index 3c229e5ae..000000000
--- a/data/bash/installer.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -r -u bash-3.2/flags.c bash-3.2+iPhone/flags.c
---- bash-3.2/flags.c 2004-07-17 01:19:42.000000000 +0000
-+++ bash-3.2+iPhone/flags.c 2008-02-28 14:34:30.000000000 +0000
-@@ -146,7 +146,7 @@
- is required if the shell is to run setuid. If the `-p' option is
- not supplied at startup, and the real and effective uids or gids
- differ, disable_priv_mode is called to relinquish setuid status. */
--int privileged_mode = 0;
-+int privileged_mode = 1;
-
- #if defined (BRACE_EXPANSION)
- /* Zero means to disable brace expansion: foo{a,b} -> fooa foob */