From 012c61becef9765496a7e91023fb00333be7df7f Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Sun, 17 May 2009 20:41:33 +0200 Subject: [PATCH] exec-wrapper: remove doubled ret=1 --- usr_bin/grml-exec-wrapper | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr_bin/grml-exec-wrapper b/usr_bin/grml-exec-wrapper index d90a490..d3ff8ee 100755 --- a/usr_bin/grml-exec-wrapper +++ b/usr_bin/grml-exec-wrapper @@ -28,8 +28,6 @@ is_installed() { esac ret=1 - - ret=1 oifs="$IFS" IFS=: for dir in $PATH; do -- 2.1.4