File: find-top-builddir.sh

package info (click to toggle)
syslog-ng 3.19.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,176 kB
  • sloc: ansic: 114,472; makefile: 4,697; sh: 4,391; python: 4,282; java: 4,047; xml: 2,435; yacc: 1,108; lex: 426; perl: 193; awk: 184
file content (7 lines) | stat: -rwxr-xr-x 93 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#! /bin/sh

while ! test -f config.status || test "$(pwd)" = "/"; do
        cd ..
done

pwd