diff options
author | Jari Aalto <jari.aalto@cante.net> | 2004-07-27 13:29:18 +0000 |
---|---|---|
committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:56 +0000 |
commit | b80f6443b6b7b620c7272664c66ecb0b120a0998 (patch) | |
tree | 9f71c98d8fe8fa0f41d95e1eb4227f32a09d43ca /support/mkversion.sh | |
parent | 7117c2d221b2aed4ede8600f6a36b7c1454b4f55 (diff) | |
download | android_external_bash-b80f6443b6b7b620c7272664c66ecb0b120a0998.tar.gz android_external_bash-b80f6443b6b7b620c7272664c66ecb0b120a0998.tar.bz2 android_external_bash-b80f6443b6b7b620c7272664c66ecb0b120a0998.zip |
Imported from ../bash-3.0.tar.gz.
Diffstat (limited to 'support/mkversion.sh')
-rwxr-xr-x | support/mkversion.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/support/mkversion.sh b/support/mkversion.sh index 509a454..a42eb78 100755 --- a/support/mkversion.sh +++ b/support/mkversion.sh @@ -147,10 +147,10 @@ echo "/* A version string for use by sccs and the what command. */" echo "#define SCCSVERSION \"@(#)Bash version ${sccs_string}\"" # extern function declarations -echo -echo '/* Functions from version.c. */' -echo 'extern char *shell_version_string __P((void));' -echo 'extern void show_shell_version __P((int));' +#echo +#echo '/* Functions from version.c. */' +#echo 'extern char *shell_version_string __P((void));' +#echo 'extern void show_shell_version __P((int));' if [ -n "$inc_build" ]; then # Make sure we can write to .build |