Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
cd53817db7 |
2
sx-open
2
sx-open
@@ -223,7 +223,7 @@ main() {
|
|||||||
done
|
done
|
||||||
|
|
||||||
target=$1; [[ "$target" ]] || { usage; exit; }
|
target=$1; [[ "$target" ]] || { usage; exit; }
|
||||||
target=$(urldecode "$target")
|
# target=$(urldecode "$target") # No idea why I thought this was necessary.
|
||||||
|
|
||||||
cfg dryrun && {
|
cfg dryrun && {
|
||||||
printf 'Dry run: not actually running the handler\n' >&2
|
printf 'Dry run: not actually running the handler\n' >&2
|
||||||
|
Reference in New Issue
Block a user