mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
mkspec-wrapper.sh: Remove unnessecary shift
This commit is contained in:
parent
816a6e9f8b
commit
20394afcd8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh -x
|
||||
|
||||
INSTALL_LOG=/var/tmp/%{name}-buildroot/install.log
|
||||
MYNAME=`basename $0`
|
||||
|
|
@ -34,7 +34,7 @@ case $1 in
|
|||
REQUIRES="$REQUIRES $2"
|
||||
shift
|
||||
done
|
||||
shift;;
|
||||
;;
|
||||
-P)
|
||||
PROJECT="$2"
|
||||
shift;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue