tazwok diff chroot-scripts/gen-iso @ rev 427

Start to edit
author Paul Issott <paul@slitaz.org>
date Mon Mar 07 07:14:45 2011 +0000 (2011-03-07)
parents db18d2db42c2
children 67b0add039e2
line diff
     1.1 --- a/chroot-scripts/gen-iso	Wed Feb 23 22:44:05 2011 +0100
     1.2 +++ b/chroot-scripts/gen-iso	Mon Mar 07 07:14:45 2011 +0000
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/sh
     1.5  # Little script to cook flavor in tazwok chroot waiting
     1.6 -# for something more consistent into tazlito.
     1.7 +# for something more consistent in tazlito.
     1.8  
     1.9  [ "$1" ] || { echo "Usage: gen-iso flavorname [gzip]" >&2; exit 1; }
    1.10  source /usr/lib/slitaz/libtaz
    1.11 @@ -33,6 +33,6 @@
    1.12  	clean-chroot
    1.13  	report stop
    1.14  else
    1.15 -	echo "$SLITAZ_DIR/flavors/$1 doesn't exists." >&2
    1.16 +	echo "$SLITAZ_DIR/flavors/$1 doesn't exist." >&2
    1.17  	exit 1
    1.18  fi