aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 9b7bf40..6c6cc89 100755
--- a/kerl
+++ b/kerl
@@ -301,7 +301,7 @@ is_valid_installation()
name=$(echo "$l" | cut -d " " -f 1)
path=$(echo "$l" | cut -d " " -f 2)
if [ "$name" = "$1" -o "$path" = "$1" ]; then
- if [ -f "$1"/activate ]; then
+ if [ -f "$path"/activate ]; then
return 0
fi
fi