Home
last modified time | relevance | path

Searched refs:orig_last (Results 1 – 3 of 3) sorted by relevance

/third_party/gettext/gettext-tools/src/
Duser-email.sh.in37 orig_last=`echo "$orig_installdir" | sed -n -e 's,^.*/\([^/]*\)$,\1,p'`
39 if test -z "$orig_last" || test -z "$curr_last"; then
42 if test "$orig_last" != "$curr_last"; then
/third_party/gettext/gettext-tools/misc/
Dautopoint.in119 orig_last=`echo "$orig_installprefix" | sed -n -e 's,^.*/\([^/]*\)$,\1,p'`
121 if test -z "$orig_last" || test -z "$curr_last"; then
124 if test "$orig_last" != "$curr_last"; then
Dgettextize.in119 orig_last=`echo "$orig_installprefix" | sed -n -e 's,^.*/\([^/]*\)$,\1,p'`
121 if test -z "$orig_last" || test -z "$curr_last"; then
124 if test "$orig_last" != "$curr_last"; then