Imported from ../bash-3.1.tar.gz.

This commit is contained in:
Jari Aalto
2009-09-12 16:46:57 +00:00
parent eb87367179
commit 95732b497d
267 changed files with 24541 additions and 18843 deletions
+1 -1
View File
@@ -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