projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
199fc12
)
fix a small typo
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Aug 2008 16:13:38 +0000
(16:13 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Aug 2008 16:13:38 +0000
(16:13 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12216
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/env
patch
|
blob
|
history
diff --git
a/scripts/env
b/scripts/env
index
d783e20
..
afa6d9f
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
This page took
0.026879 seconds
and
4
git commands to generate.