We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21148f6 commit 50b0adcCopy full SHA for 50b0adc
etc/profile.d/help50.sh
@@ -47,12 +47,6 @@ function _help50() {
47
# https://tldp.org/LDP/abs/html/exitcodes.html
48
if [[ $status -ne 0 && $status -ne 130 && $status -ne 148 ]]; then
49
50
- # Ignore ./* if executable file
51
- if [[ "$argv0" =~ ^\./ && -f "$argv0" && -x "$argv0" ]]; then
52
- echo XXX
53
- return
54
- fi
55
-
56
# Read typescript from disk
57
local typescript=$(cat $HELP50)
58
0 commit comments