[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#763814: bash function naming problem in kdevplatform_shell_environment.sh script



Package: kdevplatform8-libs
Version: 1.7.0-2
Architecture: amd64

In /usr/bin/kdevplatform_shell_environment.sh
there is no space between function names ending with ! and ()

This causes command not found error in kdevelop konsole.

bash: raise!(): command not found

bash: /usr/bin/kdevplatform_shell_environment.sh: line 340: syntax error
near unexpected token `}'
bash: /usr/bin/kdevplatform_shell_environment.sh: line 340: `}'

replacing

functionname!() with functionname! ()

fix the problem

thanks

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it


Reply to: