projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix a small typo
[openwrt.git]
/
scripts
/
env
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.022552 seconds
and
4
git commands to generate.