Fixed some typos in file names.
authorMarco Zanon <info@marcozanon.com>
Sat, 8 Sep 2012 16:31:28 +0000 (16:31 +0000)
committerMarco Zanon <info@marcozanon.com>
Sat, 8 Sep 2012 16:31:28 +0000 (16:31 +0000)
0.x/build.sh

index 75ffeef524a85b79f2ef8b0a413ecaecbab1e308..e6c2bf51c0bc1b0c36339e9370e8eaae585e44b9 100755 (executable)
@@ -5,10 +5,10 @@
 ## Released under GPLv2 license (see LICENSE for details).
 
 S1=`awk '/^__CONFIGURATION_PARAMETERS__/ { print NR - 1; exit 0; }' skeleton`
-C=`awk '/^__CONFIGURATION_PARAMETERS_BELOW__/ { print NR + 1; exit 0; }' config`
+C=`awk '/^__CONFIGURATION_PARAMETERS_BELOW__/ { print NR + 1; exit 0; }' configuration`
 S2=`awk '/^__CONFIGURATION_PARAMETERS__/ { print NR + 1; exit 0; }' skeleton`
 head -n $S1 skeleton > single_click_remote_help.sh
-tail -n+$C config.sample >> single_click_remote_help.sh
+tail -n+$C configuration >> single_click_remote_help.sh
 tail -n+$S2 skeleton >> single_click_remote_help.sh
 
 tar --directory package/ --exclude-vcs -czf package.tar.gz .