diff options
Diffstat (limited to 'scripts')
| -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" |
