mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
xbps-src: print correct var for invalid targets.
This commit is contained in:
parent
02f959802d
commit
5b9d2f889b
1 changed files with 1 additions and 1 deletions
2
xbps-src
2
xbps-src
|
@ -653,7 +653,7 @@ case "$XBPS_TARGET" in
|
|||
masterdir_zap
|
||||
;;
|
||||
*)
|
||||
msg_red "xbps-src: invalid target $target.\n"
|
||||
msg_red "xbps-src: invalid target $XBPS_TARGET.\n"
|
||||
usage && exit 1
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue