2007/10/4, Heikki Johannes Junes <[EMAIL PROTECTED]>:
>
>
>   svn update
>   cd po/
>   sh ./messages.sh
>   kbabel [your_language_code].po


Please run rather

  cd po
  bash ./messages.sh

since ubuntu links sh->dash (which complains about commands popd and pushd),
while debian links sh->bash.

I was wondering why the line

  #!/bin/bash

did not override the invoking shell (dash, sh or bash) when running the
command :

$ dash ./messages.sh
extracting the strings
./messages.sh: 64: pushd: not found
unable to open tips file at /usr/bin/preparetips line 27.
./messages.sh: 64: popd: not found
./messages.sh: 68: pushd: not found
cat: *.xml: No such file or directory
./messages.sh: 70: popd: not found
./messages.sh: 74: pushd: not found
ls: *.xml: No such file or directory
./messages.sh: 76: popd: not found
error while opening "../docs/en/tips.cpp" for reading: No such file or
directory
merging the .po files
ca.po
msgmerge: virhe avattaessa "tmp.pot" lukemista varten: No such file or
directory

-- 

Heikki
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to