use /bin/sh as bash is not available everywhere

the script didn't use bash features anyway (at least as far as I noticed)
This commit is contained in:
Matthias Rampke
2012-06-26 20:04:11 +02:00
parent d200757e6c
commit 869ceb0398

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# vim: set ts=4 sw=4 # vim: set ts=4 sw=4
umask 002 umask 002