index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2014-04-25 11:42:41 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2014-04-25 11:42:41 -0300 |
commit | 96499e4fd7a908463e0bbd09e8605e377eb933b1 (patch) | |
tree | e414625c9835596866e7dcf398dd94f97ac51d26 /configs/releng/root-image/root/.automated_script.sh | |
parent | 6836b770a207e005834a26e08d2b139af20c8c0a (diff) |
-rwxr-xr-x | configs/releng/root-image/root/.automated_script.sh | 2 |
diff --git a/configs/releng/root-image/root/.automated_script.sh b/configs/releng/root-image/root/.automated_script.sh index fb106da..81a98a1 100755 --- a/configs/releng/root-image/root/.automated_script.sh +++ b/configs/releng/root-image/root/.automated_script.sh @@ -5,7 +5,7 @@ script_cmdline () local param for param in $(< /proc/cmdline); do case "${param}" in - script=*) echo "${param##*=}" ; return 0 ;; + script=*) echo "${param#*=}" ; return 0 ;; esac done } |