Skip to content

Commit

Permalink
making it less error prone
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Mar 24, 2012
1 parent fec9767 commit 695c962
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion debian/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ if [ -z "$1" ]; then
exit 1
fi

cp "$1" jenkins.war
d=$(dirname $0)
cp "$1" $d/jenkins.war

cd $d
exec debuild -us -uc -B

0 comments on commit 695c962

Please sign in to comment.