Use long option names for commands
This commit is contained in:
parent
c349ad7738
commit
8ca04dec25
4 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
STATE_DIR="$(systemd-path user-state-private)"/github-versions
|
||||
mkdir -p "${STATE_DIR}"
|
||||
mkdir --parents "${STATE_DIR}"
|
||||
|
||||
github_update() {
|
||||
package="$1"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
TS_DIR="$(systemd-path user-state-private)"/backup
|
||||
|
||||
mkdir -p "${TS_DIR}"
|
||||
mkdir --parents "${TS_DIR}"
|
||||
|
||||
backup () {
|
||||
target=$1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue