lbthrice
March 25th, 2007, 02:58 PM
Hello all,
I am an Ubuntu newbie w/issue using the new scibuntu 4.0 beta script
I am running Kubuntu Edgy.
Here is what I do:
I run the script in a root terminal with
sh scibuntu
then BASH tells me
scibuntu: 39: function: not found
scibuntu: 43: Syntax error: "}" unexpected
here is the scibuntu script code that BASH is complaining about (starting with line 39 of the script and ending with line 43)
function logtouch {
DATE=`date +%y-%m-%d__%H_%M_%S`
LOG=$LOG$DATE
touch $LOG
}
Please helpabrutherout if you have a moment...thanks all!
I am an Ubuntu newbie w/issue using the new scibuntu 4.0 beta script
I am running Kubuntu Edgy.
Here is what I do:
I run the script in a root terminal with
sh scibuntu
then BASH tells me
scibuntu: 39: function: not found
scibuntu: 43: Syntax error: "}" unexpected
here is the scibuntu script code that BASH is complaining about (starting with line 39 of the script and ending with line 43)
function logtouch {
DATE=`date +%y-%m-%d__%H_%M_%S`
LOG=$LOG$DATE
touch $LOG
}
Please helpabrutherout if you have a moment...thanks all!