summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rwxr-xr-xmk2
1 files changed, 0 insertions, 2 deletions
diff --git a/mk b/mk
index 7e8a70d9..97c064cd 100755
--- a/mk
+++ b/mk
@@ -12,11 +12,9 @@ ispwd="true"
if [ "$0" != "./mk" ]; then
ispwd="false"
fi
-
if [ "$ispwd" = "true" ] && [ -L "mk" ]; then
ispwd="false"
fi
-
if [ "$ispwd" = "false" ]; then
printf "You must run this in the proper work directory.\n" 1>&2
exit 1