2009-11-22 03:43:44 Martin Furter napisał(a):
> 
> Little bugfix...
> 
> Thanks,
> Martin
> 
> 
> [[[
> Change the shebang line from /bin/sh to /bin/bash because the script 
> contains bashims which do not work with /bin/sh on various UNICES.

This script doesn't have any bashisms. What exactly causes problems?

> * build/transform_libtool_scripts.sh: Change shebang line.
> ]]]
> 
> [[[
> Index: build/transform_libtool_scripts.sh
> ===================================================================
> --- build/transform_libtool_scripts.sh  (revision 883010)
> +++ build/transform_libtool_scripts.sh  (working copy)
> @@ -1,4 +1,4 @@
> -#!/bin/sh
> +#!/bin/bash
>   #
>   #
>   # Licensed to the Apache Software Foundation (ASF) under one
> ]]]

-- 
Arfrever Frehtes Taifersar Arahesis

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to