Browse Source

Remove useless BEGIN/END delimiters

They made sense when the script was bigger, now they delimit basically
the whole script.  Also "built part" is not accurate since the part is
not built--it only happens to contain lot of macros.
Alois Mahdal 6 years ago
parent
commit
3f1cde5a75
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      src/bin/app.skel

+ 0
- 8
src/bin/app.skel View File

@@ -2,10 +2,6 @@
2 2
 
3 3
 . "$(shellfu-get path)" || exit 3
4 4
 
5
-#
6
-# =====BEGIN BUILT PART=====
7
-#
8
-
9 5
 #shellcheck disable=SC2034
10 6
 {
11 7
     SATURNIN_APP_CODENAME="__MKIT_PROJ_CODENAME__"
@@ -31,10 +27,6 @@ SATURNIN_CONF_PATH="$(
31 27
         "__SATURNIN_SHARE__/ini.d"
32 28
 )"
33 29
 
34
-#
35
-# =====END BUILT PART=====
36
-#
37
-
38 30
 export SATURNIN_CONF_PATH SHELLFU_PATH PRETTY_USAGE \
39 31
        SATURNIN_CACHE_HOME SATURNIN_CONFIG_HOME SATURNIN_DATA_HOME
40 32