I'm surprised this gives an error as the script has #!/bin/bash as the
first line

Anyway, a quick fix:
replace pushd with cd and remove popd. This will work, but you will
end up in the temporary directory after the script.

cd ${TEMPDIR}
main


Kind Regards,
Johan

On Thu, Dec 29, 2016 at 10:28 AM, arts <artsd...@gmail.com> wrote:
> I use default shell. Try sudo dpkg-reconfigure dash - don't help
>
>
>
> --
> View this message in context: 
> http://osgeo-org.1560.x6.nabble.com/install-mapguide-3-1-on-ubuntu-tp5301474p5301527.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
> _______________________________________________
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to