summaryrefslogtreecommitdiff
path: root/navi
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-04-14 20:34:41 +0000
committerJonas Smedegaard <dr@jones.dk>2002-04-14 20:34:41 +0000
commitd0225fcae0541e1d21cb261d0d991e9292926c77 (patch)
tree0cb4c5db725b5b2ab8859d69480f441fad26f085 /navi
parenta291804ba74b2a4f73e6ad359c8868e67888bd98 (diff)
Correction to avoid _always_ using non-X11 dosemu.
Diffstat (limited to 'navi')
-rwxr-xr-xnavi2
1 files changed, 1 insertions, 1 deletions
diff --git a/navi b/navi
index f44b03c..867f0bf 100755
--- a/navi
+++ b/navi
@@ -31,7 +31,7 @@ if [ $help ]; then
exit 1
fi
-if [ ! -e "~/$target/.dosemurc" ]; then
+if [ ! -e ~/$target/.dosemurc ]; then
echo "Wrong target!"
exit 1
fi