From 4f01f350457c3371798e1071d7d5f3e6cd99f2f9 Mon Sep 17 00:00:00 2001 From: Marco Zanon Date: Sat, 8 Sep 2012 16:31:28 +0000 Subject: [PATCH] Fixed some typos in file names. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 75ffeef..e6c2bf5 100755 --- a/build.sh +++ b/build.sh @@ -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 . -- 2.30.2