Browse Source

There is nothing bash specific here

/bin/bash is always wrong. Since there is nothing bash specific here, switch to /bin/sh
rtmp_test
grimreaper 12 years ago
parent
commit
d51d784f85
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      devscripts/release.sh

+ 1
- 1
devscripts/release.sh View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/sh
if [ -z "$1" ]; then echo "ERROR: specify version number like this: $0 1994.09.06"; exit 1; fi
version="$1"


Loading…
Cancel
Save