From e896d89bf6cc5ee57bac65fa8731b4006339592a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 16 Oct 2015 18:42:10 +0200 Subject: reproducible arch: remove useless sudo usage --- bin/reproducible_arch_schroot_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_arch_schroot_setup.sh b/bin/reproducible_arch_schroot_setup.sh index 5ebde243..06043956 100755 --- a/bin/reproducible_arch_schroot_setup.sh +++ b/bin/reproducible_arch_schroot_setup.sh @@ -41,7 +41,7 @@ bootstrap() { cleanup() { if [ -d $SCHROOT_TARGET ]; then - sudo rm -rf --one-file-system $SCHROOT_TARGET || ( echo "Warning: $SCHROOT_TARGET could not be fully removed on forced cleanup." ; ls $SCHROOT_TARGET -la ) + rm -rf --one-file-system $SCHROOT_TARGET || ( echo "Warning: $SCHROOT_TARGET could not be fully removed on forced cleanup." ; ls $SCHROOT_TARGET -la ) fi rm -f $TMPLOG } -- cgit v1.2.3-70-g09d2