1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-19 23:28:29 +02:00

Restore config after running scripts/env diff.

SVN-Revision: 12632
This commit is contained in:
Lars-Peter Clausen 2008-09-18 20:45:12 +00:00
parent 23a45e0c6d
commit 5ac7398565

View File

@ -103,6 +103,7 @@ env_diff() {
env_init
env_sync_data
git diff --cached
env_link_config
}
env_save() {