summaryrefslogtreecommitdiff
path: root/sh/ccp
diff options
context:
space:
mode:
Diffstat (limited to 'sh/ccp')
-rwxr-xr-xsh/ccp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/ccp b/sh/ccp
index 0a38755..4083fe8 100755
--- a/sh/ccp
+++ b/sh/ccp
@@ -3,7 +3,7 @@
ssh pp 'gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type nothing'
-cd "$HOME/programs/config_local_arch" || exit 1
+cd "$HOME/programs/config_local_arch" || exit
all_branch="$(git branch | awk '{print ($1=="*")?$2:$1}')"
all_branch_no_master="$(echo "$all_branch" | grep -v master)"