Changeset - 6c3d6c665f83
[Not reviewed]
master
0 1 0
x - 4 hours ago 2025-08-23 02:29:52
xbr@c3l.lu
fix: misuse of popd in build.sh
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
build_script/build.sh
Show inline comments
 
@@ -18,7 +18,7 @@ set_site_directory() {
 
    fi
 
    ln -s $1
 

	
 
    popd $GLUON_DIR
 
    popd
 
}
 

	
 
build() {
 
@@ -107,4 +107,4 @@ if [ -n "$BUILD_STABLE" ]; then
 
    move_output_images stable
 
fi
 

	
 
popd
 
\ No newline at end of file
 
popd
0 comments (0 inline, 0 general)