- Reorder variable assignment
Signed-off-by: Matt Darfeuille <[email protected]>
---
build/release | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/build/release b/build/release
index d7f4c9dc..00774297 100755
--- a/build/release
+++ b/build/release
@@ -41,10 +41,6 @@
# C O N F I G U R A T I O N
################################################################################
#
-# Tools Directory
-#
-TOOLSDIR=~/shorewall/tools/build
-#
# Git Code Repository
#
GIT=~/shorewall/trunk
@@ -53,6 +49,10 @@ GIT=~/shorewall/trunk
#
GITRELEASEDIR=~/shorewall/release
#
+# Git Tools Repository
+#
+TOOLSDIR=~/shorewall/tools
+#
# Git Web Repository
#
WEBDIR=~/shorewall/web
@@ -319,10 +319,10 @@ fi
case $VERSION in
*[bB]ase*)
- [ -f $TOOLSDIR/upload ] && $TOOLSDIR/upload $BASEVERSION
+ [ -f "$TOOLSDIR/build/upload" ] && $TOOLSDIR/build/upload $BASEVERSION
;;
*)
- [ -f $TOOLSDIR/upload ] && $TOOLSDIR/upload $VERSION
+ [ -f "$TOOLSDIR/build/upload" ] && $TOOLSDIR/build/upload $VERSION
;;
esac
--
2.17.0
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Shorewall-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-devel