diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-08-06 16:14:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-08-06 16:14:53 +0000 |
commit | 1185dde951c1f41c1db5647f375a174ca4f9138c (patch) | |
tree | 160c0c782266b4bfef5c0780f568915a7740e5f5 | |
parent | 6b28de3047ef8266e2d214f07802db72e0539aeb (diff) | |
download | upstream-1185dde951c1f41c1db5647f375a174ca4f9138c.tar.gz upstream-1185dde951c1f41c1db5647f375a174ca4f9138c.tar.bz2 upstream-1185dde951c1f41c1db5647f375a174ca4f9138c.zip |
and another one
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12217 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-x | scripts/env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/env b/scripts/env index afa6d9fff4..83fe8a6af8 100755 --- a/scripts/env +++ b/scripts/env @@ -162,7 +162,7 @@ env_switch() { env_init env_ask_sync - git-checkout "$NAME" + git-checkout "$name" env_link_config } |