diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-12 12:05:25 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-12 12:05:25 +0200 |
commit | ba42ef586d9333b2ff4702b57d08cb9a56ff88be (patch) | |
tree | 1fa8fcde5205c8365124deec9994e2a3e85051a4 /bin/ct | |
parent | c2c1c8b0499cb3938bb148e6c1d0537d5ee8d188 (diff) |
ct: vcs_setup: Die if the cd fails
Diffstat (limited to 'bin/ct')
-rwxr-xr-x | bin/ct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -270,7 +270,7 @@ function vcs_push ( ) function vcs_setup { - cd $PKG_DIR/$1 + cd $PKG_DIR/$1 || die "vcs_setup: Cannot cd $PKG_DIR/$1" } function vcs_status ( |