From fb6cdc4f0977e327066f9159f316e58bfe3969e0 Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Sun, 9 Nov 2008 11:53:53 +0000 Subject: [PATCH] - use /bin/sh, don't use absolute paths to tools --- tools/zypper-help-all | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/zypper-help-all b/tools/zypper-help-all index 1902ee2..189ceda 100755 --- a/tools/zypper-help-all +++ b/tools/zypper-help-all @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # # Prints zypper's main help and help texts of all commands. # @@ -8,9 +8,9 @@ # Disclaimer: this script is provided for case someone finds it useful. There # is absolutely no warranty that it will do what you expect. -ZYPPER=/usr/bin/zypper -GREP=/usr/bin/grep -SED=/usr/bin/sed +ZYPPER=zypper +GREP=grep +SED=sed function printline () { -- 2.7.4