mirror of
https://github.com/edu4rdshl/simpleaur.git
synced 2026-07-17 23:24:46 +00:00
Remove unneeded print
This commit is contained in:
parent
bedc9b68ba
commit
68eef63131
1 changed files with 0 additions and 1 deletions
|
|
@ -50,7 +50,6 @@ fi
|
|||
#Check for arguments passed to simpleaur
|
||||
if [ "$1" == "--help" ] || [ "$1" == "-h" ] || [ -z "$*" ]; then
|
||||
usage
|
||||
printf "${ALL_OFF}"
|
||||
exit
|
||||
elif [ "$1" == "--purge" ] || [ "$1" == "-p" ]; then
|
||||
rm -rf "$basebuilddir"/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue