mirror of
https://github.com/amiwm/amiwm.git
synced 2026-03-24 01:24:15 +00:00
ksh is not installed on modern systems, assume some POSIX shell
This commit is contained in:
@@ -24,11 +24,11 @@ HOME_XINITRC="$HOME/.xinitrc"
|
|||||||
|
|
||||||
if [ -f $XINITRC ]; then
|
if [ -f $XINITRC ]; then
|
||||||
echo "using xinitrc file: $XINITRC"
|
echo "using xinitrc file: $XINITRC"
|
||||||
/bin/ksh $XINITRC
|
/bin/sh $XINITRC
|
||||||
else
|
else
|
||||||
echo "xinitrc file: $XINITRC not found"
|
echo "xinitrc file: $XINITRC not found"
|
||||||
if [ -f $DEFAULT_XINITRC ]; then
|
if [ -f $DEFAULT_XINITRC ]; then
|
||||||
echo "using xinitrc: $DEFAULT_XINITRC"
|
echo "using xinitrc: $DEFAULT_XINITRC"
|
||||||
/bin/ksh $DEFAULT_XINITRC
|
/bin/sh $DEFAULT_XINITRC
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user