Imported from ../bash-3.1.tar.gz.
[platform/upstream/bash.git] / examples / misc / aliasconv.bash
index d3b5776..2245f06 100755 (executable)
@@ -22,7 +22,7 @@ mkalias ()
                                      s/#/\#/g')
                echo $1 \(\) "{" command "$comm"  "; }"
                ;;
-       *)      echo alias ${1}=\'$(echo "${2}" | sed "s:':'\\\\'':")\' ;;
+       *)      echo alias ${1}=\'$(echo "${2}" | sed "s:':'\\\\'':g")\' ;;
        esac
 }
 EOF