diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-24 09:17:37 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-24 09:17:37 (GMT) |
commit | 6ac44a45bbd80a9c134965ea1eae2bb88d4b9b12 (patch) | |
tree | a10315336da7391ac7458a9af45e72f76114633a | |
parent | d59e817381285fe03bad310de9789651e0663028 (diff) |
Karl Ostmo:
Some cleanups in release-linux.sh
git-svn-id: http://svn.clifford.at/openscad/trunk@184 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | release-linux.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release-linux.sh b/release-linux.sh index 6294fbc..41a7aa3 100644 --- a/release-linux.sh +++ b/release-linux.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # WARNING: This script might only work with the authors setup... VERSION=2010.01 @@ -7,7 +7,7 @@ set -ex # svnclean -qmake VERSION=$VERSION +qmake-qt4 VERSION=$VERSION make rm -rf release |