HomeSort by relevance Sort by last modified time
    Searched refs:tag_sed_script (Results 1 - 2 of 2) sorted by null

  /external/bison/build-aux/
git-version-gen 109 elif test -z "$tag_sed_script"; then
110 tag_sed_script="$1"
124 tag_sed_script="${tag_sed_script:-s/x/x/}"
156 && v=`printf '%s\n' "$v" | sed "$tag_sed_script"` \
  /external/strace/
git-version-gen 112 elif test "x$tag_sed_script" = x; then
113 tag_sed_script="$1"
127 tag_sed_script="${tag_sed_script:-s/x/x/}"
159 && v=`printf '%s\n' "$v" | sed "$tag_sed_script"` \

Completed in 250 milliseconds