use sh instead of bash to make "if ...; then alias ..." work

This commit is contained in:
Volker Grabsch 2007-06-23 20:28:09 +02:00
parent 7edea74c36
commit 525d518aa0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -ex