aboutsummaryrefslogtreecommitdiff
path: root/scripts/sdep-add
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-03-01 10:34:06 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-03-01 10:34:06 +0100
commitb68c98a74cec75946eb29ae814da9fe6ae732cf8 (patch)
treeaf3b0eeb0137e66797ca634ce863466ba2264a92 /scripts/sdep-add
parent23b64e3da1739ffd8f35bb1c88236480a05dd317 (diff)
downloadsdep-b68c98a74cec75946eb29ae814da9fe6ae732cf8.tar.gz
sdep-b68c98a74cec75946eb29ae814da9fe6ae732cf8.zip
Fixed typo in sdep-list; fixed default directory
Diffstat (limited to 'scripts/sdep-add')
-rwxr-xr-xscripts/sdep-add2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sdep-add b/scripts/sdep-add
index c9f4344..b5f1a8c 100755
--- a/scripts/sdep-add
+++ b/scripts/sdep-add
@@ -8,7 +8,7 @@
8# Usage: sdep-add [date] 8# Usage: sdep-add [date]
9# Example: sdep-add "next monday" 9# Example: sdep-add "next monday"
10 10
11sdepdata="${XDG_DATA_HOME:-$HOME/.local}/sdep" 11sdepdata="${XDG_DATA_HOME:-$HOME/.local/}/sdep"
12 12
13file="$sdepdata/once" 13file="$sdepdata/once"
14date="" 14date=""

Generated with cgit - Back to sebastiano.tronto.net