summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2022-08-29 18:29:28 +1000
committerCraig Small <csmall@dropbear.xyz>2022-08-29 18:29:28 +1000
commitdd60d6d6e811a88a1969b2254df543866ec707e4 (patch)
tree5460dcbdc75bf362d7e4ddbc13b65b6037e9618b /autogen.sh
parent8e889ae68214241232ad522c359236ee68417733 (diff)
downloadprocps-ng-dd60d6d6e811a88a1969b2254df543866ec707e4.tar.gz
misc: Move all binaries to src
*.c -> src/ ps/* src/ps/ top/* src/top/ Signed-off-by: Craig Small <csmall@dropbear.xyz>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d87289d..bd1b822 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,7 +10,7 @@ THEDIR=$(pwd)
cd ${SRCDIR}
DIE=0
-test -f free.c || {
+test -f autogen.sh || {
echo "You must run this script in the top-level procps-ng directory"
DIE=1
}