about summary refs log tree commit diff
path: root/repos/exwm
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-08-14 00:00:07 +0100
committeradisbladis <adisbladis@gmail.com>2019-08-14 00:00:07 +0100
commitb110deadcbd66cf14475027dc9657be87f1d51a5 (patch)
tree1a65bbf34970b0d3df35f5819c32d06e404e0a5d /repos/exwm
parentfbee82feb1a1ffb9d0a254e17391f36939f904d1 (diff)
downloadnixlib-b110deadcbd66cf14475027dc9657be87f1d51a5.tar
nixlib-b110deadcbd66cf14475027dc9657be87f1d51a5.tar.gz
nixlib-b110deadcbd66cf14475027dc9657be87f1d51a5.tar.bz2
nixlib-b110deadcbd66cf14475027dc9657be87f1d51a5.tar.lz
nixlib-b110deadcbd66cf14475027dc9657be87f1d51a5.tar.xz
nixlib-b110deadcbd66cf14475027dc9657be87f1d51a5.tar.zst
nixlib-b110deadcbd66cf14475027dc9657be87f1d51a5.zip
Fix update scripts
Diffstat (limited to 'repos/exwm')
-rwxr-xr-xrepos/exwm/update3
1 files changed, 2 insertions, 1 deletions
diff --git a/repos/exwm/update b/repos/exwm/update
index b24c12eeb4dd..97971d6058e3 100755
--- a/repos/exwm/update
+++ b/repos/exwm/update
@@ -3,6 +3,7 @@
 set -euxo pipefail
 
 SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
+cd $SCRIPTPATH
 
 function update_repo() {
     owner=$1
@@ -23,4 +24,4 @@ function update_repo() {
 update_repo ch11ng exwm
 update_repo ch11ng xelb
 
-nix-build --no-out-link --show-trace $SCRIPTPATH/test.nix
+nix-build --no-out-link --show-trace ./test.nix