basename fix

This commit is contained in:
Luke Smith 2018-08-03 02:13:55 -04:00
parent 8ee3f84f73
commit 4607ad9d1a

View File

@ -72,7 +72,7 @@ adduserandpass() { \
gitmakeinstall() {
dir=$(mktemp -d)
dialog --title "LARBS Installation" --infobox "Installing \`$(basename $1)\` ($n of $total) via \`git\` and \`make\`. $1 ${@:2}." 5 70
dialog --title "LARBS Installation" --infobox "Installing \`$(basename $1)\` ($n of $total) via \`git\` and \`make\`. $(basename $1) ${@:2}." 5 70
git clone --depth 1 "$1" $dir &>/dev/null
cd $dir
make &>/dev/null