Home
last modified time | relevance | path

Searched refs:MKSH (Results 1 – 2 of 2) sorted by relevance

/mports/shells/mksh/
Dpkg-install5 MKSH="${PKG_PREFIX-/usr/local}/bin/mksh"
10 if [ -d "${SHELLS%/*}" ] && ! grep -qs "^$MKSH\$" "$SHELLS"; then
12 echo "$MKSH" >> "$SHELLS"
14 echo "Not root, please add $MKSH to $SHELLS manually"
Dpkg-deinstall5 MKSH="${PKG_PREFIX-/usr/local}/bin/mksh"
10 if grep -qs "^$MKSH\$" "$SHELLS"; then
13 grep -v "^$MKSH\$" "$SHELLS" > "$TMPSHELLS"
17 echo "Not root, please remove $MKSH from $SHELLS manually"