aboutsummaryrefslogtreecommitdiffstats
path: root/bash_completion
diff options
context:
space:
mode:
authorPierre Fenoll <[email protected]>2017-12-14 15:12:33 +0100
committerPierre Fenoll <[email protected]>2018-03-14 11:41:00 +0100
commita13cbddc4c7e859e0fc2613224a2d2b57a2579a2 (patch)
treee7be7fd577b14abcc4d259b70e6ffdc88982b1f3 /bash_completion
parent15fa6c7b79fdb44cd69abb1eec068a182e342cda (diff)
downloadkerl-a13cbddc4c7e859e0fc2613224a2d2b57a2579a2.tar.gz
kerl-a13cbddc4c7e859e0fc2613224a2d2b57a2579a2.tar.bz2
kerl-a13cbddc4c7e859e0fc2613224a2d2b57a2579a2.zip
In kerl line 401:
GIT=$(echo -n "$1" | $MD5SUM | cut -d ' ' -f $MD5SUM_FIELD) ^-- SC2039: In POSIX sh, echo flags are undefined. -- In kerl line 652: if ! echo -n $KERL_CONFIGURE_OPTIONS | grep "darwin-64bit" >/dev/null 2>&1; then ^-- SC2039: In POSIX sh, echo flags are undefined. -- In kerl line 658: if ! echo -n $KERL_CONFIGURE_OPTIONS | grep "ssl" >/dev/null 2>&1; then ^-- SC2039: In POSIX sh, echo flags are undefined. -- In kerl line 738: if ! echo -n $KERL_CONFIGURE_OPTIONS | grep "--enable-native-libs" >/dev/null 2>&1; then ^-- SC2039: In POSIX sh, echo flags are undefined. -- In kerl line 1131: GIT=$(echo -n $REPO_URL | $MD5SUM | cut -d ' ' -f $MD5SUM_FIELD) ^-- SC2039: In POSIX sh, echo flags are undefined. -- In kerl line 1344: local dir_context path ^-- SC2039: In POSIX sh, 'local' is undefined. In kerl line 1369: local target path ^-- SC2039: In POSIX sh, 'local' is undefined. In kerl line 1394: local dir file ^-- SC2039: In POSIX sh, 'local' is undefined.
Diffstat (limited to 'bash_completion')
0 files changed, 0 insertions, 0 deletions