Lines Matching full:echo
60 program=`echo "$0" | sed -e 's/[^\/]*\///g'`
116 bug) echo "This is a bug!";
117 echo "$usage";;
118 option) echo "Unknow option"; echo "$usage";;
119 missing_argument) echo "You must give an argument to the option!";
120 echo "$usage";;
121 missing_option) echo "You must indicate at least one option!";
122 echo "$usage";;
123 must_be_root) echo "You must be root! (or install e2tools/mtools)";;
125 then echo "The GNU/Linux supported fs are: ext2, minix or msdos!";
127 then echo "The GNU supported fs is ext2!";
129 unknown_format) echo "The tar file must be .tar|.tar.gz|.tar.bz2!";;
130 wont_fit) echo "The files won't fit on the selected type of media!";;
131 wrong_directory) echo "Directory inexistant or not given!";
132 echo "$usage";;
133 wrong_file) echo "File inexistant or empty!";
134 echo "$usage";;
135 wrong_type) echo "The type specified is not a valid one!";
136 echo "$usage";;
223 -h|--help) echo "$usage"; exit 0;;
224 -V|--version) echo "$version"; exit 0;;
270 suffix=`echo "$tarfile" | sed -n 's/^.*\.\([targbz2]\{2,3\}\)$/\1/p'`
361 [ ! -e ${image}1 ] || { echo "${image}1 exists, please remove it first"; exit 1;}
371 [ -r "$stage2_os_name" ] || { echo "I can't find stage2!"; exit 1;}
393 echo "-------------------WHAT'S NEXT?-------------------------------------"
394 echo