aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index bcbbf38..ce9e653 100755
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+cd $(dirname "$(readlink -f "$0")")
if [ ! -e work/pacman ]; then
mkdir work
touch work/pacman
@@ -6,7 +7,6 @@ if [ ! -e work/pacman ]; then
fi
sed 's:#.*$::' services | xargs systemctl enable
-cd $(dirname "$(readlink -f "$0")")
ip link
export USE=czar