From: Felix Fietkau Date: Wed, 6 Aug 2008 16:13:38 +0000 (+0000) Subject: fix a small typo X-Git-Tag: reboot~25852 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=88b0d6785e938cdc182cfb5cd15d9c353bf7f22f;p=openwrt%2Fstaging%2Fchunkeey.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