+2006-12-19 Bruno Haible <bruno@clisp.org>
+
+ * gettextize.in: Protect against spaces in the value of $gettext_dir.
+
2006-12-19 Bruno Haible <bruno@clisp.org>
* gettextize.in (func_usage): Document --po-dir.
fi
# For simplicity we change to the gettext source directory.
-cd $gettext_dir ||
+cd "$gettext_dir" ||
func_fatal_error "gettext source directory '${gettext_dir}' doesn't exist"
# Variables which keep track what has been modified.
fi
fi
func_backup "$podir/$file"
- func_linkorcopy $file $gettext_dir/po/$file "$podir/$file"
+ func_linkorcopy $file "$gettext_dir/po/$file" "$podir/$file"
;;
esac
done