projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c0474b
)
fix a small typo
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 6 Aug 2008 16:13:38 +0000
(16:13 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 6 Aug 2008 16:13:38 +0000
(16:13 +0000)
SVN-Revision: 12216
scripts/env
patch
|
blob
|
history
diff --git
a/scripts/env
b/scripts/env
index d783e20efedf62e52114eaaea4cb6dc980e1e246..afa6d9fff48e52a31073ab51e026fe436f5d5132 100755
(executable)
--- 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