slitaz-tools diff tinyutils/tazdialog @ rev 362

Add: sshbox
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jun 18 10:07:49 2009 +0200 (2009-06-18)
parents 981e48565c3a
children
line diff
     1.1 --- a/tinyutils/tazdialog	Thu Jul 17 22:18:29 2008 +0000
     1.2 +++ b/tinyutils/tazdialog	Thu Jun 18 10:07:49 2009 +0200
     1.3 @@ -100,7 +100,7 @@
     1.4  			radiolist="1"; shift 5; break;;
     1.5  		--fselect) fselect="$2"; lines="$3"; cols="$4"
     1.6  			buttonok="1"; buttoncancel="1"; break;;
     1.7 -		*) echo "Unknown arg $1"; return 255;;
     1.8 +		*) echo "Unknown arg $1"; exit 255;;
     1.9  		esac
    1.10  	done
    1.11  fi