From: Adam Dickmeiss Date: Wed, 3 Aug 2011 11:53:21 +0000 (+0200) Subject: Reformat X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=c81a19dfdf091306ed974b9c60e6cfaa152048f9;p=git-tools-moved-to-github.git Reformat --- diff --git a/id-deb-build/id-pbuild.sh b/id-deb-build/id-pbuild.sh index f45cbde..888b482 100755 --- a/id-deb-build/id-pbuild.sh +++ b/id-deb-build/id-pbuild.sh @@ -128,9 +128,9 @@ if $upload; then fi # remove existing package directories for f in [a-z]*; do - if test -d $f; then - rm -fr $f - fi + if test -d $f; then + rm -fr $f + fi done rm -f *.log