mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
9l: without arguments, exit instead of failing to link nothing
Found in Arch Linux but never reported upstream: https://bugs.archlinux.org/task/55640
This commit is contained in:
parent
10e46bde5a
commit
ffdca8f730
1 changed files with 2 additions and 0 deletions
2
bin/9l
2
bin/9l
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
[ "$1" = "" ] && exit 1
|
||||||
|
|
||||||
test -f $PLAN9/config && . $PLAN9/config
|
test -f $PLAN9/config && . $PLAN9/config
|
||||||
libsl=""
|
libsl=""
|
||||||
frameworks=""
|
frameworks=""
|
||||||
|
|
Loading…
Reference in a new issue