Skip to content

Commit bc75e71

Browse files
committed
Pushd not found
1 parent f96b6c6 commit bc75e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release/buildtest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ version=$2
55

66
rm -rf vtun-ng-$version
77
tar xzvf $assetpath/vtun-ng-$version.tar.gz || exit 1
8-
pushd vtun-ng-$version || exit 1
8+
cd vtun-ng-$version || exit 1
99
./configure || exit 1
1010
make || exit 1
1111
if [ ! -f vtunngd ]; then
1212
echo 'Did not build the binary'
1313
exit 1
1414
fi
15-
popd
15+
cd ..
1616
rm -rf vtun-ng-$version

0 commit comments

Comments
 (0)