fix: small sh/bash incompatibility in rose-mklink
'echo -e' throws a warning in sh, but not in bash
This commit is contained in:
parent
1bed196381
commit
5e403cad14
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
test "$1" = "--help" || test -z "$1" && {
|
||||
echo -e "usage: rose-mklink <alias> <url>\n"
|
||||
|
|
Loading…
Reference in New Issue
Block a user