summaryrefslogtreecommitdiff
path: root/packages/gsm/files/fic-gta01
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gsm/files/fic-gta01')
-rw-r--r--packages/gsm/files/fic-gta01/gsmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gsm/files/fic-gta01/gsmd b/packages/gsm/files/fic-gta01/gsmd
index 82fbd29f80..c835e64063 100644
--- a/packages/gsm/files/fic-gta01/gsmd
+++ b/packages/gsm/files/fic-gta01/gsmd
@@ -21,7 +21,7 @@ prog="gsmd"
start() {
# FIXME add check whether GSM_POW is set at all, otherwise don't try to power on
# Power on GSM device
- if [ -e "${GSM_POW} ]
+ if [ -e "${GSM_POW}" ]
then
echo -n "Powering up GSM device..."
echo "1" > ${GSM_POW}