X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=buildd%2Fremove_isos.sh;h=6ec0193f7568141e9110881b7adc51b1cb4a7383;hp=abb3efb84ad2df6fc5df87c1d86f776c120d402d;hb=ae0db7b41fc17aaec906c7d00dc1661730a5d871;hpb=36d695ba5e166bf4f9804db7d049c969573c3ab2 diff --git a/buildd/remove_isos.sh b/buildd/remove_isos.sh index abb3efb..6ec0193 100755 --- a/buildd/remove_isos.sh +++ b/buildd/remove_isos.sh @@ -4,7 +4,6 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Sun Nov 11 11:45:45 CET 2007 [mika] ################################################################################ . /etc/grml/grml-buildd.conf || exit 1 @@ -13,8 +12,7 @@ cd $ISO_DIR || exit 3 for file in *.iso ; do - rm -f "$file" - rm -f "${file}".md5 + rm -f "$file" "${file}".md5 "${file}".sha1 done ## END OF FILE #################################################################