X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=mksh-mkshrc_support.patch;h=3cde184c6198d22ab0020110c3fd2cda8f1c96ba;hb=5d2aaac0ec9c2baab91727d8d2caf6d37db4e4d2;hp=15465a635bbf2e78e19492d5f59f988b3ee46529;hpb=d5b553429630b64a49573d77a42ae3e33d254cc3;p=packages%2Fmksh.git diff --git a/mksh-mkshrc_support.patch b/mksh-mkshrc_support.patch index 15465a6..3cde184 100644 --- a/mksh-mkshrc_support.patch +++ b/mksh-mkshrc_support.patch @@ -1,12 +1,11 @@ --- mksh-50/main.c.orig 2014-08-21 18:13:38.072682886 +0200 +++ mksh-50/main.c 2014-08-21 18:29:13.715976954 +0200 -@@ -591,10 +591,14 @@ +@@ -591,9 +591,14 @@ if (Flag(FLOGIN)) include(substitute("$HOME/.profile", 0), 0, NULL, true); if (Flag(FTALKING)) { -- cp = substitute(substitute("${ENV:-" MKSHRC_PATH "}", -- 0), DOTILDE); -+ cp = substitute(substitute("${ENV}", 0), DOTILDE); +- cp = substitute("${ENV:-" MKSHRC_PATH "}", DOTILDE); ++ cp = substitute("${ENV}", DOTILDE); if (cp[0] != '\0') include(cp, 0, NULL, true); + else {