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 699990 - autogen.sh fails on posix shells
autogen.sh fails on posix shells
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-09 08:56 UTC by Emilio Pozuelo Monfort
Modified: 2013-05-10 14:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Emilio Pozuelo Monfort 2013-05-09 08:56:16 UTC
./autogen.sh calls pushd and popd which are not available in POSIX shells. autogen.sh should either have /bin/bash as the hashbang or do the pushd/popd thing differently.
Comment 1 Christian Persch 2013-05-09 10:42:55 UTC
Fixed on master.
Comment 2 Christian Persch 2013-05-10 14:51:22 UTC
*** Bug 700078 has been marked as a duplicate of this bug. ***