From: Felix Fietkau Date: Wed, 6 Aug 2008 16:13:38 +0000 (+0000) Subject: fix a small typo X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=55bae0058a6fb15e631091b3e81cb8023e450b29;p=openwrt%2Fsvn-archive%2Farchive.git fix a small typo SVN-Revision: 12216 --- diff --git a/scripts/env b/scripts/env index d783e20efe..afa6d9fff4 100755 --- a/scripts/env +++ b/scripts/env @@ -158,7 +158,7 @@ env_delete() { env_switch() { local name="${1##*/}" [ -z "$name" ] && usage - [ -f "$envdir/.git/refs/heads/$name" ] || error "environment '$name' not found" + [ -f "$ENVDIR/.git/refs/heads/$name" ] || error "environment '$name' not found" env_init env_ask_sync