Loading commitpkg +21 −19 Original line number Diff line number Diff line Loading @@ -108,6 +108,7 @@ if [ "$1" = "-a" ]; then shift 2 fi if [ -n "$(svn status -q)" ]; then echo -n 'committing changes to trunk...' msgtemplate="upgpkg: $pkgbase $(get_full_version ${epoch:-0} $pkgver $pkgrel) Loading @@ -131,6 +132,7 @@ else unlink "$msgfile" fi echo 'done' fi declare -a uploads Loading Loading
commitpkg +21 −19 Original line number Diff line number Diff line Loading @@ -108,6 +108,7 @@ if [ "$1" = "-a" ]; then shift 2 fi if [ -n "$(svn status -q)" ]; then echo -n 'committing changes to trunk...' msgtemplate="upgpkg: $pkgbase $(get_full_version ${epoch:-0} $pkgver $pkgrel) Loading @@ -131,6 +132,7 @@ else unlink "$msgfile" fi echo 'done' fi declare -a uploads Loading