diff options
author | axis <qt-info@nokia.com> | 2010-02-19 15:41:37 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-02-19 15:41:37 (GMT) |
commit | 1e5726a08c12a28606d0da1d8e9120a3487c5da5 (patch) | |
tree | 73d6eafdccd5c49c4357adcc3ecb6e374b14ff5e /bin/createpackage | |
parent | eca6080b2337a364c9980d72593c5b2bbff9aabd (diff) | |
download | Qt-1e5726a08c12a28606d0da1d8e9120a3487c5da5.zip Qt-1e5726a08c12a28606d0da1d8e9120a3487c5da5.tar.gz Qt-1e5726a08c12a28606d0da1d8e9120a3487c5da5.tar.bz2 |
Removed the .sh extension from the createpackage script.
None of our other tools have a .sh extension. Why should this one?
Diffstat (limited to 'bin/createpackage')
-rwxr-xr-x | bin/createpackage | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/createpackage b/bin/createpackage new file mode 100755 index 0000000..fdd4eeb --- /dev/null +++ b/bin/createpackage @@ -0,0 +1,3 @@ +#!/bin/sh +scriptpath=`dirname $0` +perl $scriptpath/createpackage.pl "$@" |