X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=scripts%2Fenv;h=65594f9a5d04b74f7372bf65ed699615426a817a;hb=b51c8d22c06c3deb6ee489d059897c12f584366d;hp=e08869596d3688e645b0380a46fba0b1e1e13e28;hpb=5e0e6f254e643c042600e69053aa806e0d6245bf;p=openwrt-10.03%2F.git diff --git a/scripts/env b/scripts/env index e08869596..65594f9a5 100755 --- a/scripts/env +++ b/scripts/env @@ -103,6 +103,7 @@ env_diff() { env_init env_sync_data git diff --cached + env_link_config } env_save() { @@ -118,12 +119,12 @@ env_revert() { } env_ask_sync() { + env_sync_data LINES="$(env_diff | wc -l)" # implies env_init [ "$LINES" -gt 0 ] && { if ask_bool 1 "Do you want to save your changes"; then env_sync else - env_sync_data env_do_reset fi }