aboutsummaryrefslogtreecommitdiffstats
path: root/dracut-logger.sh
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-06-13 11:09:52 +0200
committerHarald Hoyer <harald@redhat.com>2013-06-13 11:19:26 +0200
commit36c34f4e71620faf7ca34c44497ab53580d965c5 (patch)
treefc9da8ef7a6b3ca5bd0b71bb3db4ac18dcf51ed7 /dracut-logger.sh
parent373efa4427cda252a920755e048d4d63b07a25cd (diff)
downloaddracut-36c34f4e71620faf7ca34c44497ab53580d965c5.tar.gz
Don't use do syncheck for target all and refine syncheck
instead of "dash -n" we now use "bash --posix -n" we also check for "[[ " in posix shell files
Diffstat (limited to 'dracut-logger.sh')
-rwxr-xr-xdracut-logger.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dracut-logger.sh b/dracut-logger.sh
index f39e5e7a..9fa76d4a 100755
--- a/dracut-logger.sh
+++ b/dracut-logger.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 et filetype=sh
#