From: hachti Date: Wed, 18 May 2005 08:31:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://gitweb.hachti.de/?p=h316.git;a=commitdiff_plain;h=3bb567fcabe7859725e81637ae3c01ae7db3f0a2 *** empty log message *** --- diff --git a/bin/sload b/bin/sload index 49e8bf2..7cada68 100644 --- a/bin/sload +++ b/bin/sload @@ -1,12 +1,12 @@ #!/bin/bash # Load a slst file -if [ ! $1 ] ; then - echo "Argument fehlt!" +if [ ! -e $1 ] ; then + echo "Argument fehlerhaft!" exit 2 fi -$name=tmp +name="tmp" echo "at ptr $1" > $name.go echo "boot ptr" >> $name.go