projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[magicbox] fix the CF driver on 2.6.26.x, and create a package for it
[openwrt.git]
/
scripts
/
env
diff --git
a/scripts/env
b/scripts/env
index
d783e20
..
83fe8a6
100755
(executable)
--- a/
scripts/env
+++ b/
scripts/env
@@
-158,11
+158,11
@@
env_delete() {
env_switch() {
local name="${1##*/}"
[ -z "$name" ] && usage
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
env_init
env_ask_sync
- git-checkout "$
NAME
"
+ git-checkout "$
name
"
env_link_config
}
env_link_config
}
This page took
0.020268 seconds
and
4
git commands to generate.