After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 722532 - #!/bin/bash in autogen.sh
#!/bin/bash in autogen.sh
Status: RESOLVED FIXED
Product: polari
Classification: Applications
Component: general
3.11.x
Other FreeBSD
: Normal normal
: ---
Assigned To: Polari maintainers
Polari maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-19 07:36 UTC by Ting-Wei Lan
Modified: 2014-02-09 15:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autogen.sh: use #!/bin/sh instead of #!/bin/bash (630 bytes, patch)
2014-02-09 15:58 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Ting-Wei Lan 2014-01-19 07:36:56 UTC
Some systems do not have bash installed in /bin, and polari does not use
bash-specific features in autogen.sh. We should change /bin/bash to /bin/sh.
Comment 1 Allison Karlitskaya (desrt) 2014-02-09 15:58:56 UTC
Created attachment 268585 [details] [review]
autogen.sh: use #!/bin/sh instead of #!/bin/bash

We don't have any bashisms in this file, so we may as well use sh.
Comment 2 Allison Karlitskaya (desrt) 2014-02-09 15:59:05 UTC
Attachment 268585 [details] pushed as 429561e - autogen.sh: use #!/bin/sh instead of #!/bin/bash