mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-04-21 02:01:50 +02:00
fix install script missing quotation mark
This commit is contained in:
parent
3b5e202610
commit
a797617a95
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
INSTALL_DIR="$HOME/.cadmus"
|
||||
BIN_DIR="$HOME/.local/bin/"
|
||||
mkdir "${BIN_DIR} > /dev/null
|
||||
mkdir "${BIN_DIR}" > /dev/null
|
||||
|
||||
main () {
|
||||
me=`basename "$0"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user