summary refs log tree commit diff
path: root/mp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mp.sh')
-rwxr-xr-xmp.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp.sh b/mp.sh index 21db749..add2dbd 100755 --- a/mp.sh +++ b/mp.sh
@@ -22,8 +22,8 @@ ok() {
22 echo "ok: $1" >&2 22 echo "ok: $1" >&2
23} 23}
24 24
25if command -v dash >/dev/null 2>&1; then 25if command -v oksh >/dev/null 2>&1; then
26 alias sh='dash' 26 alias sh='oksh'
27fi 27fi
28if [ -f "$CFG" ]; then 28if [ -f "$CFG" ]; then
29 . "$CFG" 29 . "$CFG"