Message ID | 1386458819-6590-5-git-send-email-aaro.koskinen@iki.fi |
---|---|
State | Superseded |
Delegated to: | David Miller |
Headers | show |
diff --git a/tilo/tilo.sh b/tilo/tilo.sh index f152e288d967..782a0305646b 100755 --- a/tilo/tilo.sh +++ b/tilo/tilo.sh @@ -112,7 +112,7 @@ if [ -z "$sun4u" -a -z "$sun4c" ]; then exit 1 fi -`echo $0 | sed 's/tilo$/maketilo/'` $tilo_args out=$output +`echo $0 | sed 's/tilo\.sh$/maketilo/'` $tilo_args out=$output rm -f $to_remove
The name of the script has .sh, so the sed script conversion fails. Fix that. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> --- tilo/tilo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)