diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-05-08 19:34:22 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-05-08 19:34:22 +0200 |
| commit | 78ac17f8af0152d8ca0743683e828ad68b7b574b (patch) | |
| tree | dae84ebfc7793ef36166b3d869e0ab02cb883a21 /scripts/sdep-edit | |
| parent | 82bcfe3f25b1f0c08c93fd35497019b546e24ce2 (diff) | |
| download | sdep-78ac17f8af0152d8ca0743683e828ad68b7b574b.tar.gz sdep-78ac17f8af0152d8ca0743683e828ad68b7b574b.zip | |
Fix SDEPFOLDER -> SDEPDATA in one script
Diffstat (limited to '')
| -rwxr-xr-x | scripts/sdep-edit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sdep-edit b/scripts/sdep-edit index 5e8c491..d19a3f5 100755 --- a/scripts/sdep-edit +++ b/scripts/sdep-edit | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | # Usage: sdep-edit [file] | 5 | # Usage: sdep-edit [file] |
| 6 | # No options = once | 6 | # No options = once |
| 7 | 7 | ||
| 8 | file="SDEPFOLDER/${1:-once}" | 8 | file="SDEPDATA/${1:-once}" |
| 9 | editor=${VISUAL:-vi} | 9 | editor=${VISUAL:-vi} |
| 10 | 10 | ||
| 11 | $editor "$file" | 11 | $editor "$file" |
