Remove bad quoting
This commit is contained in:
parent
dfe588d7f8
commit
67dafbb274
2
abra
2
abra
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
PROGRAM_NAME=""$(basename "$0")
|
||||
PROGRAM_NAME=$(basename "$0")
|
||||
|
||||
if [ "$1" == "-a" ]; then
|
||||
STACK_NAME=$2
|
||||
|
Loading…
x
Reference in New Issue
Block a user