fix: small sh/bash incompatibility in rose-mklink

'echo -e' throws a warning in sh, but not in bash
This commit is contained in:
NunoSempere 2022-12-12 22:10:49 +00:00
parent 1bed196381
commit 5e403cad14

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
test "$1" = "--help" || test -z "$1" && {
echo -e "usage: rose-mklink <alias> <url>\n"