Support adding multiple files.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3003 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
1fb45e2dab
commit
6abc7aa994
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
FILE=$1
|
FILES=$*
|
||||||
if [ -n "$FILE" ]; then
|
if [ -n "$FILES" ]; then
|
||||||
svn add $FILE
|
svn add $FILES
|
||||||
svn propset svn:keywords 'Author Date Id Revision' $FILE
|
svn propset svn:keywords 'Author Date Id Revision' $FILES
|
||||||
svn propset svn:eol-style native $FILE
|
svn propset svn:eol-style native $FILES
|
||||||
fi
|
fi
|
||||||
echo '>>> Remember to update po/POTFILES.in (if necessary) <<<'
|
echo '>>> Remember to update po/POTFILES.in (if necessary) <<<'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user