diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-08-09 15:24:24 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-08-11 10:13:38 +0200 |
commit | 6e444881b679e72388f4bc76d5372f62f7f61145 (patch) | |
tree | b35b18d7348300ba501f55c46f469e09b9e14cd4 /scripts | |
parent | 2b84aa5d33611d0f2f7b8c4395dc352ebf60ea29 (diff) |
wm-request: fix mode and shebang
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--] | scripts/wm-request | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wm-request b/scripts/wm-request index 55df3e4..618da62 100644..100755 --- a/scripts/wm-request +++ b/scripts/wm-request @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh if ! [ "$1" ] then |