scripts/env: fix indentation (patch by Rolf Leggewie)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 19 Nov 2011 17:15:45 +0000 (17:15 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 19 Nov 2011 17:15:45 +0000 (17:15 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29260 3c298f89-4303-0410-b956-a3cf2f4a3e73

scripts/env

index ebfbb70..c9eab5d 100755 (executable)
@@ -103,7 +103,7 @@ env_diff() {
        env_init
        env_sync_data
        git diff --cached
-    env_link_config
+       env_link_config
 }
 
 env_save() {
This page took 0.042348 seconds and 4 git commands to generate.