X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fgrml-exec-wrapper;h=81592460dd9e5e934db505e290a8438a15b46880;hb=78cd3bc89d1e9e7a670b2eb529d1791f6b43f551;hp=af15d9851ab4185ec17afce583cf972c5fc03d8b;hpb=da7cf59d2543627ba7cca773887ec1c8dbf4f632;p=grml-scripts-core.git diff --git a/usr_bin/grml-exec-wrapper b/usr_bin/grml-exec-wrapper index af15d98..8159246 100755 --- a/usr_bin/grml-exec-wrapper +++ b/usr_bin/grml-exec-wrapper @@ -28,7 +28,7 @@ display_info() { if is_installed Xdialog && test -n "$DISPLAY" ; then Xdialog --title "grml-exec-wrapper" --msgbox "$1" 0 0 0 else - print "$1">&2 + printf '%s\n' "$1">&2 fi }