diff options
author | Lorenzo Santina <lorenzo.santina@edu.unito.it> | 2017-09-11 15:27:53 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-09-13 08:07:54 +0200 |
commit | fd84ecda7d3bfebb4237110b8efe2ab2713ea8e1 (patch) | |
tree | 5d2ed86484e32e8cdc6100e5615be7007cb5cee0 /scripts | |
parent | fb128057da92bdb6b2c4cd9ad9dd87637a4089b3 (diff) | |
download | mtk-20170518-fd84ecda7d3bfebb4237110b8efe2ab2713ea8e1.zip mtk-20170518-fd84ecda7d3bfebb4237110b8efe2ab2713ea8e1.tar.gz mtk-20170518-fd84ecda7d3bfebb4237110b8efe2ab2713ea8e1.tar.bz2 |
treewide: fix shellscript syntax errors/typos
Fix multiple syntax errors in shelscripts (of packages only)
These errors were causing many conditions to not working properly
Signed-off-by: Lorenzo Santina <lorenzo.santina@edu.unito.it>
[increase PKG_RELEASE, drop command substitution from directip.sh]
Signed-off-by: Mathias Kresin <dev@kresin.em>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/om-fwupgradecfg-gen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/om-fwupgradecfg-gen.sh b/scripts/om-fwupgradecfg-gen.sh index a96adf9..4960149 100755 --- a/scripts/om-fwupgradecfg-gen.sh +++ b/scripts/om-fwupgradecfg-gen.sh @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh # # Copyright (C) 2011 OpenWrt.org # |