diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-02 16:23:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-02 16:23:02 +0000 |
commit | 5e4c82f0b212f41e66aea601d969c4106295d48c (patch) | |
tree | 50593e11c00b2f133220b21feff7ef1960952e13 /hints/irix_6.sh | |
parent | bc72357792382ccc80c3ded9fcfc8ec2c74af111 (diff) | |
download | perl-5e4c82f0b212f41e66aea601d969c4106295d48c.tar.gz |
Make certain cc is set before trying to run it.
p4raw-id: //depot/perl@7007
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r-- | hints/irix_6.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 9190ceed01..32335a0bb8 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -49,7 +49,7 @@ case "$cc" in esac esac -test -z "$cc" && cc=cc +cc=${cc:-cc} case "$cc" in *gcc*) ;; |