Remove bad quoting

This commit is contained in:
Luke Murphy 2020-09-13 23:33:55 +02:00
parent dfe588d7f8
commit 67dafbb274
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

2
abra
View File

@ -1,5 +1,5 @@
#!/bin/bash
PROGRAM_NAME=""$(basename "$0")
PROGRAM_NAME=$(basename "$0")
if [ "$1" == "-a" ]; then
STACK_NAME=$2